waypt: Fix MSVC errors and warnings.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 6 Sep 2008 23:01:44 +0000 (23:01 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 6 Sep 2008 23:01:44 +0000 (23:01 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3465 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/waypt.c

index 3a03e461bf15e094be81490c6730091382489555..176e6090bb0adf98f4aec2c00155d95aa0d98a11 100644 (file)
@@ -30,7 +30,7 @@ queue waypt_head;
 static unsigned int waypt_ct;
 static short_handle mkshort_handle;
 int geocaches_present;
-static geocache_data empty_gc_data = {};
+static geocache_data empty_gc_data = { 0 };
 
 void
 waypt_init(void)